From: Jay Belanger Date: Wed, 20 Jun 2007 04:17:51 +0000 (+0000) Subject: (math-compose-expr): Let math-expr-opers equal math-expr-ops. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18321 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=029a693c3e5f7599bbe8ca527984b56295cd75f2;p=emacs.git (math-compose-expr): Let math-expr-opers equal math-expr-ops. --- diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el index 7b385261735..3b52edecaec 100644 --- a/lisp/calc/calccomp.el +++ b/lisp/calc/calccomp.el @@ -83,6 +83,7 @@ (defun math-compose-expr (a prec) (let ((math-compose-level (1+ math-compose-level)) + (math-expr-opers (math-expr-ops)) spfn) (cond ((or (and (eq a math-comp-selected) a)